From 2620cede84b71dea0f39a9b7c0ad6819a17245b0 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 2 Aug 2009 19:23:04 -0700 Subject: [PATCH] Remove explicit install-info calls. Rely on triggers now. --- debian/changelog | 4 +++- debian/emacsVER-common.postinst | 8 -------- debian/emacsVER-common.prerm | 9 --------- 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0b3a3dbf253..7be45d00373 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,7 +21,9 @@ emacs23 (23.1+1-2) unstable; urgency=low * Remove obsolete dependencies and conflicts (w3-el, emacs22 packages, etc.). - -- Rob Browning Sun, 02 Aug 2009 19:13:04 -0700 + * Remove explicit install-info calls. Rely on triggers now. + + -- Rob Browning Sun, 02 Aug 2009 19:21:47 -0700 emacs23 (23.1+1-1) unstable; urgency=low diff --git a/debian/emacsVER-common.postinst b/debian/emacsVER-common.postinst index 59c90d0b7ff..9e6f0002e86 100644 --- a/debian/emacsVER-common.postinst +++ b/debian/emacsVER-common.postinst @@ -3,14 +3,6 @@ MAJOR=@MAJOR_VERSION@ MINOR=@MINOR_VERSION@ FULL=@FULL_VERSION@ -INFO_FILES="@INFO_FILES@" -INFO_SUBDIR="@INFO_SUBDIR@" - -for file in ${INFO_FILES} -do - install-info --quiet --section Emacs "Emacs ${MAJOR}" \ - /usr/share/info/${INFO_SUBDIR}/${file}.gz || true -done # Create the site-lisp dir for this flavor if we're allowed diff --git a/debian/emacsVER-common.prerm b/debian/emacsVER-common.prerm index 94eb4767b0c..970bd5c1b4e 100644 --- a/debian/emacsVER-common.prerm +++ b/debian/emacsVER-common.prerm @@ -5,15 +5,6 @@ set -e MAJOR=@MAJOR_VERSION@ MINOR=@MINOR_VERSION@ FULL=@FULL_VERSION@ -INFO_FILES="@INFO_FILES@" -INFO_SUBDIR="@INFO_SUBDIR@" - -for file in ${INFO_FILES} -do - install-info --quiet --remove-exactly ${INFO_SUBDIR}/${file} || true -done - -# emacsen-common/emacs-remove used to be here. set +e # Only remove these directories if they're empty. -- 2.30.2